home *** CD-ROM | disk | FTP | other *** search
- /*
- * Sample short story idea generator script:
- */
- story: {$type set in $place.}
- ;
-
- type!u: {A murder mystery}
- | {A competition between $rivals}
- | {A comedy}
- | {A conflict between $rivals}
- | {An adventure}
- ;
-
- place!u: {a modern industrial setting}
- | {a small town}
- | {old England}
- | {a Carribean island retreat}
- | {a space station}
- | {a hospital}
- ;
-
- rivals!u: {old and young}
- | {the sexes}
- | {a $type2 and a $type1}
- | {someone uncaring and self assured, and
- someone very committed but introverted}
- | {a $type1 and a $type2}
- | {rich and poor}
- | {siblings}
- | {a $type1 and a $type2}
- ;
-
- type1!u: {mathematician}
- | {engineer}
- | {architect}
- | {artist}
- ;
-
- type2!u: {businessman}
- | {farmer}
- | {plumber}
- | {salesman}
- | {trucker}
- ;
-